net/http.readTrackingBody.didRead (field)
4 uses
net/http (current package)
transfer.go#L434: r.didRead = true
transport.go#L755: didRead bool
transport.go#L760: r.didRead = true
transport.go#L787: if req.Body == nil || req.Body == NoBody || (!req.Body.(*readTrackingBody).didRead && !req.Body.(*readTrackingBody).didClose) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)